web前端框架spring boot 静态资源处理
spring boot 秉承约定优于配置,spring boot在静态资源的处理上就已经默认做了处理。 1.默认资源映射 映射”/**”的路径到 /static (或/public、/resour ...
spring boot 秉承约定优于配置,spring boot在静态资源的处理上就已经默认做了处理。 1.默认资源映射 映射”/**”的路径到 /static (或/public、/resour ...